home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / cufnd1.zip / CUFIND.DOC < prev    next >
Text File  |  1991-09-14  |  5KB  |  146 lines

  1. |  Colorado Utilities Fast Text Find (CF)
  2. |
  3. |            by
  4. |
  5. |        Fred C. Hill
  6. |
  7. |    Micro System Solutions
  8. |     5048 W. Maplewood Ave.
  9. |     Littleton CO 80123
  10. |      1-(303) 795-7653
  11. |  1-(800) 421-1789 (orders)
  12. |  
  13. Colorado Utilities Fast Text Find (CUFIND) does the work of searching
  14. my disk for me. It will find a lost file or in the case of a text
  15. file will search that file for the word or phrase I'm looking for. 
  16. CUFIND is started from the command line. If you type CUFIND by itself, it
  17. will display a short help screen and halt.  The full command syntax
  18. is:
  19.      CUFIND [Options] [d:][path\][mask] [MatchString]
  20.  
  21.      Options:
  22.           /C   Make search case sensitive.
  23.           /F   Show file names only.
  24.           /I   Include binary files in search.
  25.           /S   Search all subdirectories.
  26.  
  27.      [d:]      specify the disk to search.
  28.      [path\]   specify the path to search.
  29.      [mask]    specify the file or group of files to search.
  30.  
  31.      MatchString:
  32.           Specifies the text search string that CUFIND should look for.
  33.           If no match string is given CUFIND will report files only.
  34.           Specific characters may be included by keying the decimal
  35.           character equivalent. exp #041 will search for a right
  36.           parenthesis. (words or phrases containing a period must
  37.           be enclosed in quotes)
  38. Specifics
  39.  
  40.      CUFIND writes the file names as they are encountered. If a match
  41.      occurs it also writes the line number and the matching line
  42.      to the screen. By default, CUFIND ignores case while searching and
  43.      excludes most binary files such as EXE, COM, OBJ, WKS, etc
  44.  
  45.      When using the /F option, CUFIND will write only the file name of
  46.      the matching file.
  47.  
  48.      When using the /I option, CUFIND will include all files in the
  49.      search, including binary files.
  50.  
  51.      When using the /S option, CUFIND will search the current directory
  52.      and all subordinate subdirectories.
  53.  
  54.      When you include the [d:][path\][mask] option, CUFIND will begin
  55.      the search on the drive, and in the path designated and will
  56.      only look at [mask] files. the default [mask] is *.*.
  57.  
  58.      When searching for a word you only have to include the word
  59.      on the command line. If you are searching for a string of
  60.      words or letters containing spaces or a period then you must
  61.      enclose the phase in either single or double quotes " ". If
  62.      you wish to include control characters or extended ASCII
  63.      characters, enter the character using the notation #nnn, nnn
  64.      is the decimal number specifying the ASCII code. CUFIND does not
  65.      check for text occurrences which span lines.
  66. Examples
  67.  
  68.      CUFIND /S *.DOC Simple
  69.  
  70.      Searches all DOC files in the current and subordinate
  71.      directories for files containing the word SIMPLE. The search
  72.      will be case insensitive.
  73.  
  74.      CUFIND /S /C \*.DOC Simple
  75.  
  76.      The same search, except that only files and lines containing
  77.      the case sensitive 'Simple' will be reported and the search
  78.      will be performed on the entire default disk.
  79.  
  80.      CUFIND /S d:\T??.DOC
  81.  
  82.      Report any three letter filename with an extension of DOC on
  83.      drive D:.
  84.  
  85.      CUFIND /F /I #13#12
  86.  
  87.      Searches files, including binary, in the current directory for
  88.      an ASCII 13 followed by an ASCII 12 (carriage return/line
  89.      feed)
  90.  
  91.      CUFIND "Micro System Solutions"
  92.  
  93.      Searches all text files in the current directory for the phase
  94.      "Micro System Solutions". Since the phrase contains spaces it
  95.      must be surrounded by single or double quotes.
  96.  
  97.     ORDER FORM
  98.  
  99.      Name: ------------------------------------------------------
  100.  
  101.      Address: ---------------------------------------------------
  102.  
  103.      City: ---------------------------- State: ---- Zip: --------
  104.  
  105.      Phone: (     ) -------------------------------
  106.  
  107.      Credit card:   type -  Visa     Mastercard
  108.  
  109.      Card number: ------------------------------ expires ---/---
  110.      
  111.      Name on card: ---------------------------------------------
  112.  
  113. ----------------------------------------------------------------
  114.      CuFind latest version . . . . . . . . . . . . . . . $ 12.00
  115.           Includes the following..
  116.                Current disk direct from author
  117.                Laser printed documentation
  118.                Shipping and handling
  119.                Telephone support
  120.                Notification of further upgrades and
  121.                     products.
  122.  
  123.      Colorado residents include 3% state tax and 
  124.           appropriate local tax. . . . . . . . . . . . . .$ -----
  125.  
  126.  
  127.                          Total included  . . . . . . . . .$ -----
  128.  
  129.  
  130. ----------------------------------------------------------------
  131. Order in one of three ways... Fill out this form and mail to: 
  132.      Micro System Solutions
  133.      5048 W. Maplewood Ave.
  134.      Littleton, CO 80123
  135. - or -
  136.      Call 1-(800) 421-1789 or 1-(300) 795-7653 (credit card orders)
  137. - or-
  138.      Leave a Compuserve CMail message for
  139.      Micro System Solutions (Fred C. Hill PPN 76060,102) with all
  140.      of the information above. (credit card orders or information
  141.      only please, DO NOT leave messages with credit card numbers
  142.      in the forum areas)
  143. ----------------------------------------------------------------
  144.  
  145.      
  146.